home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Programming / PPCTools / lib / gcc-lib / ppc-amigaos / 2.7.2.1 / include / syslimits.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-09  |  330 b   |  9 lines

  1. /* syslimits.h stands for the system's own limits.h file.
  2.    If we can use it ok unmodified, then we install this text.
  3.    If fixincludes fixes it, then the fixed version is installed
  4.    instead of this text.  */
  5.  
  6. #define _GCC_NEXT_LIMITS_H        /* tell gcc's limits.h to recurse */
  7. #include_next <limits.h>
  8. #undef _GCC_NEXT_LIMITS_H
  9.